home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / avmnfax / rexx / configmailbox.avm < prev    next >
Text File  |  1995-03-09  |  93b  |  7 lines

  1. /* */
  2. parse arg mailbox .
  3.  
  4. address command 'run >nil: <nil: avm:mailboxconfig' mailbox
  5.  
  6. exit
  7.